home *** CD-ROM | disk | FTP | other *** search
/ Invenzioni & Inventori / Invenzioni and Inventori (Eclectica Publishing) (1996).ISO / invenzio / extraurb / mi028.dir / 00032_Script_32 < prev    next >
Text File  |  1983-01-30  |  391b  |  17 lines

  1. on exitframe
  2.   global gr
  3.   global at_hil_dacast,at_hil_quanti,at_hil_sprite,canale_video,video_aperto
  4.   
  5.   
  6.   if gr=false then
  7.          hilite 161,166,30,"internal"
  8.          hilite 173,173,36,"internal"
  9.     
  10.     set the castnum of sprite canale_video to video_aperto
  11.     
  12.     at_hil at_hil_dacast,at_hil_quanti,at_hil_sprite
  13.     video_sottoinv
  14.   end if
  15.   go to the frame
  16. end
  17.